projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f377621
)
Fix GtkCellArea:edit-widget to be of type GtkCellEditable
author
Milan Bouchet-Valat
<nalimilan@club.fr>
Wed, 5 Jan 2011 13:47:16 +0000
(14:47 +0100)
committer
Milan Bouchet-Valat
<nalimilan@club.fr>
Wed, 5 Jan 2011 15:45:51 +0000
(16:45 +0100)
More correct, and consistent with gtk_cell_area_get_editable_widget().
gtk/gtkcellarea.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcellarea.c
b/gtk/gtkcellarea.c
index 2e8f522dd0441af13b0fc3985ca50addb2f4f5ea..60ff2f82a2f2d32db795011eb6492125a18ff692 100644
(file)
--- a/
gtk/gtkcellarea.c
+++ b/
gtk/gtkcellarea.c
@@
-810,7
+810,7
@@
gtk_cell_area_class_init (GtkCellAreaClass *class)
("edit-widget",
P_("Edit Widget"),
P_("The widget currently editing the edited cell"),
- GTK_TYPE_CELL_
RENDERER
,
+ GTK_TYPE_CELL_
EDITABLE
,
G_PARAM_READABLE));
/* Pool for Cell Properties */